SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 53807: DI_TRANS.PURGE_QUERY does not have an entry for RPO_GEO_PROD_AGG table

DetailsAboutRate It

The SAS® Regular Price Optimization DI_TRANS.PURGE_QUERY table might not contain an entry where the TABLE_NM is RPO_GEO_PROD_AGG. If there is no entry for RPO_GEO_PROD_AGG, then this table is not purged when the %DI_MAINTAIN_JOB is run.

To workaround this issue, run the following code in a SAS® session where the SAS® Merchandise Intelligence libraries are allocated:

proc sql; insert into di_trans.purge_query (table_nm, database_nm, purge_order, num_days_preserved, purge_frequency, purge_query_txt, partition_flg, app_nm) values ('RPO_GEO_PROD_AGG','RBDMS', 2, 921, 30, '%di_purge_rpo_geo_prod_agg(libref=di_trans);', 0, 'RPO'); quit;


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Regular Price OptimizationLinux for x645.2_M25.49.3 TS1M29.4 TS1M3
Microsoft® Windows® for x645.2_M25.49.3 TS1M29.4 TS1M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.